Returns the path to a system or QA Wizard Pro directory.
Syntax
GetDirectory(DirectoryId)
Arguments
| Argument | Description |
|---|---|
| DirectoryId | Directory constant. See Constants. |
Return value
| Value | Description |
|---|---|
| Value | Path to the system or QA Wizard Pro directory. |
Example
favorites = GetDirectory(WinFavorites)
PrintLn("Favorite applications are stored in " + favorites)